Skip to content

Test#2605

Merged
adamdoe merged 110 commits intomainfrom
test
Mar 2, 2026
Merged

Test#2605
adamdoe merged 110 commits intomainfrom
test

Conversation

@adamdoe
Copy link
Copy Markdown
Collaborator

@adamdoe adamdoe commented Mar 2, 2026

No description provided.

adamdoe and others added 30 commits January 19, 2026 12:00
fix: use runtime labels for x and y axes in tooltip
fix: enhance accessibility of legend items with button elements
fix: remove duplicate titleCase function and update title casing logic
* add stories

* feat(chart): add intelligent label positioning for line charts

- Introduced a new configuration option `useIntelligentLineChartLabels` to enable intelligent positioning of data labels based on segment angles and proximity to the x-axis.
- Updated mock data files to include the new configuration option.
- Implemented the label positioning algorithm in `labelPositioning.ts`, which classifies line segments into quadrants and determines optimal label placement to avoid overlaps.
- Added unit tests for the label positioning algorithm to ensure accuracy across various scenarios.
- Modified the `LineChart` component to utilize the new label positioning logic when the configuration option is enabled.
- Updated initial state and chart configuration types to include the new option.
* add syncpack package and update packages

* fix: test-storybook

* update test file
* Consolidate index.html into one place

* Rebased dev

* Move devTemplate into separate files

* Improve dev portal

* Sticky urls in dev portal

* Rebased dev

* Update comment

* Show sidebar by default, clean urls

* Fix portal vite config
* fix: waffle and data bite feedback

* fix: use same color fill + stroke for both tp5 styles
* fix: refactor magic numbers in LinearChart component for improved readability and maintainability

* fix: config mutations

* feat: extract LeftAxis and LeftAxisGridlines components for improved modularity and maintainability

* feat: add BottomAxis component for improved axis rendering in LinearChart

* feat: extract VisualizationRenderer component for improved modularity in LinearChart

* feat: centralize visualization type constants and improve rendering logic in LinearChart

* refactor: simplify LinearChart component by removing unused variables and improving code readability

* feat: consolidate tick formatting logic into useTickFormatters hook for improved modularity in LinearChart

* refactor: optimize data accessors and memoization in LinearChart for improved performance

* feat: extract PairedBarAxis and RightAxis components for improved modularity in LinearChart

* refactor: remove phase references from comments and enhance documentation for axis components and tick formatting
* Update .gitignore

* Fix for Reverse
* Bump lodash version to ^4.17.23 and add pinning for consistency across packages

* Add qs package and update lodash version to ^4.17.23
* Escape Special Characters

* Tweak
adamdoe and others added 28 commits February 12, 2026 10:07
…ing regions panel, hiding onclick handler for legend
* fix: add Radar chart support for mobile height and improve height calculation

* fix: update checkbox display logic for Radar visualization type

* fix: hide animations for radar charts

* fix: update Radar chart dimensions and default heights for better visibility

* fix: adjust Radar chart height and improve button label formatting

* fix: remove debug log from RadarChart
* County Level Patterns

* WCAG Fix
DEV-11831 Horizon chart fixes
* Default Values fix

* Update packages/dashboard/src/helpers/apiFilterHelpers.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update packages/dashboard/src/helpers/apiFilterHelpers.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Normal Shared Filter

* Update packages/dashboard/src/helpers/apiFilterHelpers.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update packages/dashboard/src/helpers/apiFilterHelpers.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Naming Cleanup, optimization

* More updates

* Update packages/dashboard/src/helpers/apiFilterHelpers.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update

* Remove over complicated code

* Update packages/dashboard/src/helpers/apiFilterHelpers.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update packages/dashboard/src/helpers/apiFilterHelpers.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update packages/dashboard/src/helpers/apiFilterHelpers.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update Tests

* Update Test Cases

* Update packages/dashboard/src/helpers/addValuesToDashboardFilters.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…2576)

* fix: brush selection not clearing when brush deactivated

* chore: cleanup if
This reverts commit 46c0d5b.
This reverts commit e3001be.
Version migration type error fix
fix: missing option in map data table editor
@adamdoe adamdoe merged commit b81e9c3 into main Mar 2, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants